msr_to_csr Function

public pure function msr_to_csr(a) result(rst)

Converts an MSR matrix to a CSR matrix.

Arguments

Type IntentOptional Attributes Name
class(msr_matrix), intent(in) :: a

The MSR matrix to convert.

Return Value type(csr_matrix)

The CSR matrix.